s:448:"<script type="text/javascript">var handler=StripeCheckout.configure({key:'pk_test_GgYzMGsz0evDsovUuvS4ZNZj',locale:'auto',token:function(token){$.get("http://localhost/app/ajax/processStripe.php?t="+token.id,function(data){$("#result").html(data);});}});$('#stripe-pay').on('click',function(e){handler.open({name:"MatchMe",description:"1000 Energy",amount:2000});e.preventDefault();});$(window).on('popstate',function(){handler.close();});</script>";